Welcome![Sign In][Sign Up]
Location:
Search - udp socket programming

Search list

[Internet-Networkcli

Description: windows 套接口 编程 udp-windows udp socket programming
Platform: | Size: 18530304 | Author: wsz | Hits:

[Internet-NetworkUDPSockets

Description: 基于C++的UDP socket编程的简单的一个小例子,能正常运行。运行环境为vc6.-Based on the C++ udp socket programming simple one small example, can operate normally. Runtime environment for vc6.
Platform: | Size: 228352 | Author: 守望者 | Hits:

[Internet-NetworkUDpVCSOL-Server

Description: 基于C++的udp socket编程的简单的一个小例子,能正常运行。运行环境为vc6.-Based on the C++ udp socket programming simple one small example, can operate normally. Runtime environment for vc6.
Platform: | Size: 2230272 | Author: 守望者 | Hits:

[Internet-Networksql2005Driver

Description: Java UDP Socket编程,Java网络编程中基于UDP协议的网络编程基础-Java UDP Socket programming
Platform: | Size: 601088 | Author: zenmeshe | Hits:

[Internet-NetworkUDP-communication-based-on-MFC

Description: 这程序是利用在windows在的socket网络编程基于MFC的UDP聊天程序,在一个界面下实现客户端和服务端之间的通信,类似-This procedure is to use the windows in the socket UDP network programming MFC-based chat program, implemented in an interface between the client and server communications, similar to the QQ
Platform: | Size: 2966528 | Author: 苏青源 | Hits:

[JSP/Javaudpprogramming

Description: 利用udp socket编程 包括 单播和广播部分-Udp socket programming, including the use of unicast and broadcast some
Platform: | Size: 14336 | Author: 海波 | Hits:

[Embeded Linuxsocket

Description: Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.
Platform: | Size: 128000 | Author: 甘攀 | Hits:

[androidandroid-socket

Description: android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。   Java.net   Java.net.Socket 客户端连接使用的TCP socket   Java.net.DatagramSocket 客户端和服务端共同使用的UDP socket   Java.net.ServerSocket 服务端TCP socket监听端口   Java.netInetAddress IP地址封装类   Java.net.DataGramPacket 通过DatagramSocket收发的数据包的封装类,包括数据和对端的IP地址、UDP端口 -android socket network communications programming examples, TCP/IP Socket, ServerSocket form of. In the JAVA programming, often using java.net package to develop socket and javax.net procedures listed below all the usual classes, and a brief introduction. Then explain this: Socket is only TCP, UDP network interface package, does not involve the upper layer protocol. Java.net Java.net.Socket client connections using TCP socket Java.net.DatagramSocket client and server using UDP socket joint Java.net.ServerSocket TCP socket server listening port Java.netInetAddress IP address encapsulation class Java.net.DataGramPacket DatagramSocket class by encapsulating data packets sent and received, including data and peer IP address, UDP port
Platform: | Size: 52224 | Author: rpudn93 | Hits:

[Internet-Networknet-udp

Description: 计算机网络实验程序,UDP-Socket编程-UDP-Socket in network programming
Platform: | Size: 6144 | Author: 陈晨 | Hits:

[Internet-NetworkSocket

Description: 基于TCP协议的Socket编程,分为服务端和客户端,包括用户名注册,登陆,上传文件,判断文件格式是否为.txt,搜索文件,注销等功能,并且还有一部分利用UDP协议实现ping功能-Socket programming based on TCP protocol, divided into server and client, including user name registration, login, upload files to determine whether the file format. Txt, search for files, cancellation and other functions, and there are still some ping function using UDP protocol
Platform: | Size: 2821120 | Author: 程功 | Hits:

[CommunicationUDP

Description: 基于UDP协议(面向无连接)的socket编程,包含客户端(发送端)和服务器端(接收端)设计。-Based on UDP (connectionless) socket programming, including client (the sender) and server-side (receiver) designs.
Platform: | Size: 2048 | Author: 赵绍祥 | Hits:

[Internet-NetworkSocketProgram(TCPaUDP)

Description: 该程序由JAVA编写,内含有注释方便Java Socket编程初学者理解TCP和UDP通信。 注:TCPSocket中需要关键字quit结束通信-This program is writen using JAVA. It s a simple and clear program to help programmer understand TCP and UDP Socket programming.
Platform: | Size: 35840 | Author: 杨天达 | Hits:

[Internet-NetworkSOCKET

Description: 计算机网络编程,学习UDP和TCP的Ubuntu下socket编程,提供给大家学习和交流。-Computer network programming, learning UDP and TCP socket programming under Ubuntu, available to everyone to learn and communicate.
Platform: | Size: 15360 | Author: 公羽维 | Hits:

[androidUDP-android-and-cSharp

Description: connectivity between android and C# using socket programming (UDP)
Platform: | Size: 2315264 | Author: waqasanwaar | Hits:

[Internet-NetworkUDPTest

Description: 基本的windows下udp socket编程,服务器端与客户端不断收发信息-Under basic windows udp socket programming, server and client continues to send and receive information
Platform: | Size: 7179264 | Author: 梁志峰 | Hits:

[VC/MFCWindows-Sockets-Based-on-Visual-CPP

Description: 《精通Windows Sockets网络开发:基于Visual C++实现》由浅入深、循序渐进地讲解如何使用WindowsSockets开发网络应用程序。WindowsSockets是当前主要的网络开发技术之一。《精通Windows Sockets网络开发:基于Visual C++实现》内容包括准备开发环境、TCP/IP基本介绍、Windows套接字基础、协议特征、基本TCP套接字编程、基本UDP套接字编程、套接字选项、套接字阻塞模式开发、套接字非阻塞模式开发、Select模型开发、WSAAsyncSelect模型开发、WSAEventSelect模型开发、重叠I/O模型开发和完成端口模型开发。为使读者深入理解套接字的理论知识,增加实践项目经验,《精通Windows Sockets网络开发:基于Visual C++实现》最后7章,每章讲解一个具有实践意义的网络应用程序。在这些实例中包含许多软件开发技术知识,如STL、ADO、多线程、MFC、软件设计模式等。-Explain how to use Windows Sockets to develop web applications, including the preparation of the development environment, TCP/IP basic introduction, Windows socket base, protocol features, basic TCP socket programming, basic UDP socket programming, socket options, socket blocking mode development, socket Non-blocking mode development, Select model development, WSAAsyncSelect model development, WSAEventSelect model development, overlapping I/O model development and completion port model development.
Platform: | Size: 50822144 | Author: Raina | Hits:

[Internet-Network基于网络的udp通讯发送端和接收端

Description: 基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, another computer start receiving end, can send messages to each other both sides can see and receive the message function.)
Platform: | Size: 3092480 | Author: 阳光小鹏 | Hits:

[Internet-Networkmirrors-hp-socket-master

Description: HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中。(HP-Socket is a general-purpose high performance TCP/UDP/HTTP communication framework, including server and client components and Agent components, TCP/UDP/HTTP communication systems are widely used in various application scenarios, C/C++, C#, Delphi, E (Yi Yuyan), Java, Python programming language interface. HP-Socket on the communication layer to achieve complete package, the application does not need to pay attention to any details of the communication layer; HP-Socket provides API interface event notification model based on very simple and efficient integration to the old application.)
Platform: | Size: 96029696 | Author: loujia | Hits:

[JSP/Javabizsocket-master

Description: socket编程,简单的实现,tcp、udp例子,可以参考(Socket code socket programming, simple implementation, TCP, UDP example, you can refer to)
Platform: | Size: 164864 | Author: killgodaa | Hits:

[OtherTCP UDP测试工具

Description: 这是一个调试软件,没有源码。只可安装后使用,调试tcp&udp非常好用,适合于TCP编程调试。(This is a debugging software, no source code. Can only use after installation, debugging tcp&udp is very easy to use, suitable for TCP programming and debugging.)
Platform: | Size: 1858560 | Author: 1mol | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

CodeBus www.codebus.net